home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 40 / MACUSER-MACBIN40A-1997-03.ISO.7z / MACUSER-MACBIN40A-1997-03.ISO / DEMO / SecretsJ DEMO / SETUP.DIR / 00065_Script_65 < prev    next >
Text File  |  1996-12-04  |  229b  |  12 lines

  1. on mousedown
  2.    set the visible of sprite 4 = false
  3.   updatestage
  4.   
  5.   repeat while the mousedown
  6.     nothing
  7.   end repeat
  8.   set the visible of sprite 4 = true
  9.   updatestage
  10.   set the colordepth = 8
  11.   go to frame 1
  12. end